@Generated(value="software.amazon.awssdk:codegen") public interface MediaLiveClient extends SdkClient
builder()
method.
API for AWS Elemental MediaLiveModifier and Type | Field and Description |
---|---|
static String |
SERVICE_NAME |
Modifier and Type | Method and Description |
---|---|
default BatchUpdateScheduleResponse |
batchUpdateSchedule(BatchUpdateScheduleRequest batchUpdateScheduleRequest)
Update a channel schedule
|
default BatchUpdateScheduleResponse |
batchUpdateSchedule(Consumer<BatchUpdateScheduleRequest.Builder> batchUpdateScheduleRequest)
Update a channel schedule
|
static MediaLiveClientBuilder |
builder()
Create a builder that can be used to configure and create a
MediaLiveClient . |
static MediaLiveClient |
create()
Create a
MediaLiveClient with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider . |
default CreateChannelResponse |
createChannel(Consumer<CreateChannelRequest.Builder> createChannelRequest)
Creates a new channel
|
default CreateChannelResponse |
createChannel(CreateChannelRequest createChannelRequest)
Creates a new channel
|
default CreateInputResponse |
createInput(Consumer<CreateInputRequest.Builder> createInputRequest)
Create an input
|
default CreateInputResponse |
createInput(CreateInputRequest createInputRequest)
Create an input
|
default CreateInputSecurityGroupResponse |
createInputSecurityGroup(Consumer<CreateInputSecurityGroupRequest.Builder> createInputSecurityGroupRequest)
Creates a Input Security Group
|
default CreateInputSecurityGroupResponse |
createInputSecurityGroup(CreateInputSecurityGroupRequest createInputSecurityGroupRequest)
Creates a Input Security Group
|
default DeleteChannelResponse |
deleteChannel(Consumer<DeleteChannelRequest.Builder> deleteChannelRequest)
Starts deletion of channel.
|
default DeleteChannelResponse |
deleteChannel(DeleteChannelRequest deleteChannelRequest)
Starts deletion of channel.
|
default DeleteInputResponse |
deleteInput(Consumer<DeleteInputRequest.Builder> deleteInputRequest)
Deletes the input end point
|
default DeleteInputResponse |
deleteInput(DeleteInputRequest deleteInputRequest)
Deletes the input end point
|
default DeleteInputSecurityGroupResponse |
deleteInputSecurityGroup(Consumer<DeleteInputSecurityGroupRequest.Builder> deleteInputSecurityGroupRequest)
Deletes an Input Security Group
|
default DeleteInputSecurityGroupResponse |
deleteInputSecurityGroup(DeleteInputSecurityGroupRequest deleteInputSecurityGroupRequest)
Deletes an Input Security Group
|
default DeleteReservationResponse |
deleteReservation(Consumer<DeleteReservationRequest.Builder> deleteReservationRequest)
Delete an expired reservation.
|
default DeleteReservationResponse |
deleteReservation(DeleteReservationRequest deleteReservationRequest)
Delete an expired reservation.
|
default DescribeChannelResponse |
describeChannel(Consumer<DescribeChannelRequest.Builder> describeChannelRequest)
Gets details about a channel
|
default DescribeChannelResponse |
describeChannel(DescribeChannelRequest describeChannelRequest)
Gets details about a channel
|
default DescribeInputResponse |
describeInput(Consumer<DescribeInputRequest.Builder> describeInputRequest)
Produces details about an input
|
default DescribeInputResponse |
describeInput(DescribeInputRequest describeInputRequest)
Produces details about an input
|
default DescribeInputSecurityGroupResponse |
describeInputSecurityGroup(Consumer<DescribeInputSecurityGroupRequest.Builder> describeInputSecurityGroupRequest)
Produces a summary of an Input Security Group
|
default DescribeInputSecurityGroupResponse |
describeInputSecurityGroup(DescribeInputSecurityGroupRequest describeInputSecurityGroupRequest)
Produces a summary of an Input Security Group
|
default DescribeOfferingResponse |
describeOffering(Consumer<DescribeOfferingRequest.Builder> describeOfferingRequest)
Get details for an offering.
|
default DescribeOfferingResponse |
describeOffering(DescribeOfferingRequest describeOfferingRequest)
Get details for an offering.
|
default DescribeReservationResponse |
describeReservation(Consumer<DescribeReservationRequest.Builder> describeReservationRequest)
Get details for a reservation.
|
default DescribeReservationResponse |
describeReservation(DescribeReservationRequest describeReservationRequest)
Get details for a reservation.
|
default DescribeScheduleResponse |
describeSchedule(Consumer<DescribeScheduleRequest.Builder> describeScheduleRequest)
Get a channel schedule
|
default DescribeScheduleResponse |
describeSchedule(DescribeScheduleRequest describeScheduleRequest)
Get a channel schedule
|
default DescribeScheduleIterable |
describeSchedulePaginator(Consumer<DescribeScheduleRequest.Builder> describeScheduleRequest)
Get a channel schedule
|
default DescribeScheduleIterable |
describeSchedulePaginator(DescribeScheduleRequest describeScheduleRequest)
Get a channel schedule
|
default ListChannelsResponse |
listChannels()
Produces list of channels that have been created
|
default ListChannelsResponse |
listChannels(Consumer<ListChannelsRequest.Builder> listChannelsRequest)
Produces list of channels that have been created
|
default ListChannelsResponse |
listChannels(ListChannelsRequest listChannelsRequest)
Produces list of channels that have been created
|
default ListChannelsIterable |
listChannelsPaginator()
Produces list of channels that have been created
|
default ListChannelsIterable |
listChannelsPaginator(Consumer<ListChannelsRequest.Builder> listChannelsRequest)
Produces list of channels that have been created
|
default ListChannelsIterable |
listChannelsPaginator(ListChannelsRequest listChannelsRequest)
Produces list of channels that have been created
|
default ListInputsResponse |
listInputs()
Produces list of inputs that have been created
|
default ListInputsResponse |
listInputs(Consumer<ListInputsRequest.Builder> listInputsRequest)
Produces list of inputs that have been created
|
default ListInputsResponse |
listInputs(ListInputsRequest listInputsRequest)
Produces list of inputs that have been created
|
default ListInputSecurityGroupsResponse |
listInputSecurityGroups()
Produces a list of Input Security Groups for an account
|
default ListInputSecurityGroupsResponse |
listInputSecurityGroups(Consumer<ListInputSecurityGroupsRequest.Builder> listInputSecurityGroupsRequest)
Produces a list of Input Security Groups for an account
|
default ListInputSecurityGroupsResponse |
listInputSecurityGroups(ListInputSecurityGroupsRequest listInputSecurityGroupsRequest)
Produces a list of Input Security Groups for an account
|
default ListInputSecurityGroupsIterable |
listInputSecurityGroupsPaginator()
Produces a list of Input Security Groups for an account
|
default ListInputSecurityGroupsIterable |
listInputSecurityGroupsPaginator(Consumer<ListInputSecurityGroupsRequest.Builder> listInputSecurityGroupsRequest)
Produces a list of Input Security Groups for an account
|
default ListInputSecurityGroupsIterable |
listInputSecurityGroupsPaginator(ListInputSecurityGroupsRequest listInputSecurityGroupsRequest)
Produces a list of Input Security Groups for an account
|
default ListInputsIterable |
listInputsPaginator()
Produces list of inputs that have been created
|
default ListInputsIterable |
listInputsPaginator(Consumer<ListInputsRequest.Builder> listInputsRequest)
Produces list of inputs that have been created
|
default ListInputsIterable |
listInputsPaginator(ListInputsRequest listInputsRequest)
Produces list of inputs that have been created
|
default ListOfferingsResponse |
listOfferings()
List offerings available for purchase.
|
default ListOfferingsResponse |
listOfferings(Consumer<ListOfferingsRequest.Builder> listOfferingsRequest)
List offerings available for purchase.
|
default ListOfferingsResponse |
listOfferings(ListOfferingsRequest listOfferingsRequest)
List offerings available for purchase.
|
default ListOfferingsIterable |
listOfferingsPaginator()
List offerings available for purchase.
|
default ListOfferingsIterable |
listOfferingsPaginator(Consumer<ListOfferingsRequest.Builder> listOfferingsRequest)
List offerings available for purchase.
|
default ListOfferingsIterable |
listOfferingsPaginator(ListOfferingsRequest listOfferingsRequest)
List offerings available for purchase.
|
default ListReservationsResponse |
listReservations()
List purchased reservations.
|
default ListReservationsResponse |
listReservations(Consumer<ListReservationsRequest.Builder> listReservationsRequest)
List purchased reservations.
|
default ListReservationsResponse |
listReservations(ListReservationsRequest listReservationsRequest)
List purchased reservations.
|
default ListReservationsIterable |
listReservationsPaginator()
List purchased reservations.
|
default ListReservationsIterable |
listReservationsPaginator(Consumer<ListReservationsRequest.Builder> listReservationsRequest)
List purchased reservations.
|
default ListReservationsIterable |
listReservationsPaginator(ListReservationsRequest listReservationsRequest)
List purchased reservations.
|
default PurchaseOfferingResponse |
purchaseOffering(Consumer<PurchaseOfferingRequest.Builder> purchaseOfferingRequest)
Purchase an offering and create a reservation.
|
default PurchaseOfferingResponse |
purchaseOffering(PurchaseOfferingRequest purchaseOfferingRequest)
Purchase an offering and create a reservation.
|
static ServiceMetadata |
serviceMetadata() |
default StartChannelResponse |
startChannel(Consumer<StartChannelRequest.Builder> startChannelRequest)
Starts an existing channel
|
default StartChannelResponse |
startChannel(StartChannelRequest startChannelRequest)
Starts an existing channel
|
default StopChannelResponse |
stopChannel(Consumer<StopChannelRequest.Builder> stopChannelRequest)
Stops a running channel
|
default StopChannelResponse |
stopChannel(StopChannelRequest stopChannelRequest)
Stops a running channel
|
default UpdateChannelResponse |
updateChannel(Consumer<UpdateChannelRequest.Builder> updateChannelRequest)
Updates a channel.
|
default UpdateChannelResponse |
updateChannel(UpdateChannelRequest updateChannelRequest)
Updates a channel.
|
default UpdateInputResponse |
updateInput(Consumer<UpdateInputRequest.Builder> updateInputRequest)
Updates an input.
|
default UpdateInputResponse |
updateInput(UpdateInputRequest updateInputRequest)
Updates an input.
|
default UpdateInputSecurityGroupResponse |
updateInputSecurityGroup(Consumer<UpdateInputSecurityGroupRequest.Builder> updateInputSecurityGroupRequest)
Update an Input Security Group's Whilelists.
|
default UpdateInputSecurityGroupResponse |
updateInputSecurityGroup(UpdateInputSecurityGroupRequest updateInputSecurityGroupRequest)
Update an Input Security Group's Whilelists.
|
serviceName
close
static final String SERVICE_NAME
static MediaLiveClient create()
MediaLiveClient
with the region loaded from the
DefaultAwsRegionProviderChain
and credentials loaded from the
DefaultCredentialsProvider
.static MediaLiveClientBuilder builder()
MediaLiveClient
.default BatchUpdateScheduleResponse batchUpdateSchedule(BatchUpdateScheduleRequest batchUpdateScheduleRequest) throws BadRequestException, UnprocessableEntityException, InternalServerErrorException, ForbiddenException, BadGatewayException, NotFoundException, GatewayTimeoutException, TooManyRequestsException, AwsServiceException, SdkClientException, MediaLiveException
batchUpdateScheduleRequest
- List of actions to create and list of actions to delete.BadRequestException
- This request was invalid.UnprocessableEntityException
- The update schedule request failed validation.InternalServerErrorException
- Unexpected internal service error.ForbiddenException
- You do not have permission to update the channel schedule.BadGatewayException
- Bad Gateway ErrorNotFoundException
- The specified channel id does not exist.GatewayTimeoutException
- Gateway Timeout ErrorTooManyRequestsException
- Request limit exceeded on update schedule calls.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.MediaLiveException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default BatchUpdateScheduleResponse batchUpdateSchedule(Consumer<BatchUpdateScheduleRequest.Builder> batchUpdateScheduleRequest) throws BadRequestException, UnprocessableEntityException, InternalServerErrorException, ForbiddenException, BadGatewayException, NotFoundException, GatewayTimeoutException, TooManyRequestsException, AwsServiceException, SdkClientException, MediaLiveException
This is a convenience which creates an instance of the BatchUpdateScheduleRequest.Builder
avoiding the
need to create one manually via BatchUpdateScheduleRequest.builder()
batchUpdateScheduleRequest
- A Consumer
that will call methods on BatchUpdateScheduleRequest.Builder
to create a
request. List of actions to create and list of actions to delete.BadRequestException
- This request was invalid.UnprocessableEntityException
- The update schedule request failed validation.InternalServerErrorException
- Unexpected internal service error.ForbiddenException
- You do not have permission to update the channel schedule.BadGatewayException
- Bad Gateway ErrorNotFoundException
- The specified channel id does not exist.GatewayTimeoutException
- Gateway Timeout ErrorTooManyRequestsException
- Request limit exceeded on update schedule calls.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.MediaLiveException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateChannelResponse createChannel(CreateChannelRequest createChannelRequest) throws BadRequestException, UnprocessableEntityException, InternalServerErrorException, ForbiddenException, BadGatewayException, GatewayTimeoutException, TooManyRequestsException, ConflictException, AwsServiceException, SdkClientException, MediaLiveException
createChannelRequest
- A request to create a channelBadRequestException
- This request was invalid.UnprocessableEntityException
- The Channel failed validation and could not be created.InternalServerErrorException
- Unexpected internal service error.ForbiddenException
- You do not have permission to create the channel.BadGatewayException
- Bad Gateway ErrorGatewayTimeoutException
- Gateway Timeout ErrorTooManyRequestsException
- Request limit exceeded on create channel calls to channel service.ConflictException
- The channel is unable to create due to an issue with channel resources.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.MediaLiveException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateChannelResponse createChannel(Consumer<CreateChannelRequest.Builder> createChannelRequest) throws BadRequestException, UnprocessableEntityException, InternalServerErrorException, ForbiddenException, BadGatewayException, GatewayTimeoutException, TooManyRequestsException, ConflictException, AwsServiceException, SdkClientException, MediaLiveException
This is a convenience which creates an instance of the CreateChannelRequest.Builder
avoiding the need to
create one manually via CreateChannelRequest.builder()
createChannelRequest
- A Consumer
that will call methods on CreateChannelRequest.Builder
to create a request. A
request to create a channelBadRequestException
- This request was invalid.UnprocessableEntityException
- The Channel failed validation and could not be created.InternalServerErrorException
- Unexpected internal service error.ForbiddenException
- You do not have permission to create the channel.BadGatewayException
- Bad Gateway ErrorGatewayTimeoutException
- Gateway Timeout ErrorTooManyRequestsException
- Request limit exceeded on create channel calls to channel service.ConflictException
- The channel is unable to create due to an issue with channel resources.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.MediaLiveException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateInputResponse createInput(CreateInputRequest createInputRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, BadGatewayException, GatewayTimeoutException, TooManyRequestsException, AwsServiceException, SdkClientException, MediaLiveException
createInputRequest
- The name of the inputBadRequestException
- This request was invalidInternalServerErrorException
- Internal Service ErrorForbiddenException
- Access was deniedBadGatewayException
- Bad Gateway ErrorGatewayTimeoutException
- Gateway Timeout ErrorTooManyRequestsException
- Limit exceededSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.MediaLiveException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateInputResponse createInput(Consumer<CreateInputRequest.Builder> createInputRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, BadGatewayException, GatewayTimeoutException, TooManyRequestsException, AwsServiceException, SdkClientException, MediaLiveException
This is a convenience which creates an instance of the CreateInputRequest.Builder
avoiding the need to
create one manually via CreateInputRequest.builder()
createInputRequest
- A Consumer
that will call methods on CreateInputRequest.Builder
to create a request. The
name of the inputBadRequestException
- This request was invalidInternalServerErrorException
- Internal Service ErrorForbiddenException
- Access was deniedBadGatewayException
- Bad Gateway ErrorGatewayTimeoutException
- Gateway Timeout ErrorTooManyRequestsException
- Limit exceededSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.MediaLiveException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateInputSecurityGroupResponse createInputSecurityGroup(CreateInputSecurityGroupRequest createInputSecurityGroupRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, BadGatewayException, GatewayTimeoutException, TooManyRequestsException, AwsServiceException, SdkClientException, MediaLiveException
createInputSecurityGroupRequest
- The IPv4 CIDRs to whitelist for this Input Security GroupBadRequestException
- The request to create an Input Security Group was InvalidInternalServerErrorException
- Internal Server ErrorForbiddenException
- The requester does not have permission to create an Input Security GroupBadGatewayException
- Bad Gateway ErrorGatewayTimeoutException
- Gateway Timeout ErrorTooManyRequestsException
- Limit Exceeded ErrorSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.MediaLiveException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateInputSecurityGroupResponse createInputSecurityGroup(Consumer<CreateInputSecurityGroupRequest.Builder> createInputSecurityGroupRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, BadGatewayException, GatewayTimeoutException, TooManyRequestsException, AwsServiceException, SdkClientException, MediaLiveException
This is a convenience which creates an instance of the CreateInputSecurityGroupRequest.Builder
avoiding
the need to create one manually via CreateInputSecurityGroupRequest.builder()
createInputSecurityGroupRequest
- A Consumer
that will call methods on CreateInputSecurityGroupRequest.Builder
to create a
request. The IPv4 CIDRs to whitelist for this Input Security GroupBadRequestException
- The request to create an Input Security Group was InvalidInternalServerErrorException
- Internal Server ErrorForbiddenException
- The requester does not have permission to create an Input Security GroupBadGatewayException
- Bad Gateway ErrorGatewayTimeoutException
- Gateway Timeout ErrorTooManyRequestsException
- Limit Exceeded ErrorSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.MediaLiveException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteChannelResponse deleteChannel(DeleteChannelRequest deleteChannelRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, BadGatewayException, NotFoundException, GatewayTimeoutException, TooManyRequestsException, ConflictException, AwsServiceException, SdkClientException, MediaLiveException
deleteChannelRequest
- Placeholder documentation for DeleteChannelRequestBadRequestException
- This request was invalidInternalServerErrorException
- Unexpected internal service error.ForbiddenException
- You do not have permission to delete the channel.BadGatewayException
- Bad Gateway ErrorNotFoundException
- The channel you're requesting to delete does not exist.GatewayTimeoutException
- Gateway Timeout ErrorTooManyRequestsException
- Request limit exceeded on delete channel calls to channel service.ConflictException
- The channel is unable to delete due to an issue with channel resources.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.MediaLiveException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteChannelResponse deleteChannel(Consumer<DeleteChannelRequest.Builder> deleteChannelRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, BadGatewayException, NotFoundException, GatewayTimeoutException, TooManyRequestsException, ConflictException, AwsServiceException, SdkClientException, MediaLiveException
This is a convenience which creates an instance of the DeleteChannelRequest.Builder
avoiding the need to
create one manually via DeleteChannelRequest.builder()
deleteChannelRequest
- A Consumer
that will call methods on DeleteChannelRequest.Builder
to create a request.
Placeholder documentation for DeleteChannelRequestBadRequestException
- This request was invalidInternalServerErrorException
- Unexpected internal service error.ForbiddenException
- You do not have permission to delete the channel.BadGatewayException
- Bad Gateway ErrorNotFoundException
- The channel you're requesting to delete does not exist.GatewayTimeoutException
- Gateway Timeout ErrorTooManyRequestsException
- Request limit exceeded on delete channel calls to channel service.ConflictException
- The channel is unable to delete due to an issue with channel resources.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.MediaLiveException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteInputResponse deleteInput(DeleteInputRequest deleteInputRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, BadGatewayException, NotFoundException, GatewayTimeoutException, TooManyRequestsException, ConflictException, AwsServiceException, SdkClientException, MediaLiveException
deleteInputRequest
- Placeholder documentation for DeleteInputRequestBadRequestException
- This request was invalidInternalServerErrorException
- Internal Service ErrorForbiddenException
- Access was deniedBadGatewayException
- Bad Gateway ErrorNotFoundException
- Input not foundGatewayTimeoutException
- Gateway Timeout ErrorTooManyRequestsException
- Limit exceededConflictException
- Resource conflictSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.MediaLiveException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteInputResponse deleteInput(Consumer<DeleteInputRequest.Builder> deleteInputRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, BadGatewayException, NotFoundException, GatewayTimeoutException, TooManyRequestsException, ConflictException, AwsServiceException, SdkClientException, MediaLiveException
This is a convenience which creates an instance of the DeleteInputRequest.Builder
avoiding the need to
create one manually via DeleteInputRequest.builder()
deleteInputRequest
- A Consumer
that will call methods on DeleteInputRequest.Builder
to create a request.
Placeholder documentation for DeleteInputRequestBadRequestException
- This request was invalidInternalServerErrorException
- Internal Service ErrorForbiddenException
- Access was deniedBadGatewayException
- Bad Gateway ErrorNotFoundException
- Input not foundGatewayTimeoutException
- Gateway Timeout ErrorTooManyRequestsException
- Limit exceededConflictException
- Resource conflictSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.MediaLiveException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteInputSecurityGroupResponse deleteInputSecurityGroup(DeleteInputSecurityGroupRequest deleteInputSecurityGroupRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, BadGatewayException, NotFoundException, GatewayTimeoutException, TooManyRequestsException, AwsServiceException, SdkClientException, MediaLiveException
deleteInputSecurityGroupRequest
- Placeholder documentation for DeleteInputSecurityGroupRequestBadRequestException
- The request to delete the Input Security Group was InvalidInternalServerErrorException
- Internal Server ErrorForbiddenException
- The requester does not have permission to delete this Input Security GroupBadGatewayException
- Bad Gateway ErrorNotFoundException
- Input Security Group not foundGatewayTimeoutException
- Gateway Timeout ErrorTooManyRequestsException
- Limit Exceeded ErrorSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.MediaLiveException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteInputSecurityGroupResponse deleteInputSecurityGroup(Consumer<DeleteInputSecurityGroupRequest.Builder> deleteInputSecurityGroupRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, BadGatewayException, NotFoundException, GatewayTimeoutException, TooManyRequestsException, AwsServiceException, SdkClientException, MediaLiveException
This is a convenience which creates an instance of the DeleteInputSecurityGroupRequest.Builder
avoiding
the need to create one manually via DeleteInputSecurityGroupRequest.builder()
deleteInputSecurityGroupRequest
- A Consumer
that will call methods on DeleteInputSecurityGroupRequest.Builder
to create a
request. Placeholder documentation for DeleteInputSecurityGroupRequestBadRequestException
- The request to delete the Input Security Group was InvalidInternalServerErrorException
- Internal Server ErrorForbiddenException
- The requester does not have permission to delete this Input Security GroupBadGatewayException
- Bad Gateway ErrorNotFoundException
- Input Security Group not foundGatewayTimeoutException
- Gateway Timeout ErrorTooManyRequestsException
- Limit Exceeded ErrorSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.MediaLiveException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteReservationResponse deleteReservation(DeleteReservationRequest deleteReservationRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, BadGatewayException, NotFoundException, GatewayTimeoutException, TooManyRequestsException, ConflictException, AwsServiceException, SdkClientException, MediaLiveException
deleteReservationRequest
- Placeholder documentation for DeleteReservationRequestBadRequestException
- This request was invalidInternalServerErrorException
- Internal service errorForbiddenException
- You do not have permission to delete reservationBadGatewayException
- Bad gateway errorNotFoundException
- Reservation you're attempting to delete does not existGatewayTimeoutException
- Gateway timeout errorTooManyRequestsException
- Request limit exceeded on delete reservation requestConflictException
- The reservation could not be deleted because it is currently active.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.MediaLiveException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteReservationResponse deleteReservation(Consumer<DeleteReservationRequest.Builder> deleteReservationRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, BadGatewayException, NotFoundException, GatewayTimeoutException, TooManyRequestsException, ConflictException, AwsServiceException, SdkClientException, MediaLiveException
This is a convenience which creates an instance of the DeleteReservationRequest.Builder
avoiding the need
to create one manually via DeleteReservationRequest.builder()
deleteReservationRequest
- A Consumer
that will call methods on DeleteReservationRequest.Builder
to create a request.
Placeholder documentation for DeleteReservationRequestBadRequestException
- This request was invalidInternalServerErrorException
- Internal service errorForbiddenException
- You do not have permission to delete reservationBadGatewayException
- Bad gateway errorNotFoundException
- Reservation you're attempting to delete does not existGatewayTimeoutException
- Gateway timeout errorTooManyRequestsException
- Request limit exceeded on delete reservation requestConflictException
- The reservation could not be deleted because it is currently active.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.MediaLiveException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeChannelResponse describeChannel(DescribeChannelRequest describeChannelRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, BadGatewayException, NotFoundException, GatewayTimeoutException, TooManyRequestsException, AwsServiceException, SdkClientException, MediaLiveException
describeChannelRequest
- Placeholder documentation for DescribeChannelRequestBadRequestException
- This request was invalidInternalServerErrorException
- Unexpected internal service error.ForbiddenException
- You do not have permission to describe the channel.BadGatewayException
- Bad Gateway ErrorNotFoundException
- The channel you're requesting to describe does not exist.GatewayTimeoutException
- Gateway Timeout ErrorTooManyRequestsException
- Request limit exceeded on describe channel calls to channel service.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.MediaLiveException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeChannelResponse describeChannel(Consumer<DescribeChannelRequest.Builder> describeChannelRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, BadGatewayException, NotFoundException, GatewayTimeoutException, TooManyRequestsException, AwsServiceException, SdkClientException, MediaLiveException
This is a convenience which creates an instance of the DescribeChannelRequest.Builder
avoiding the need
to create one manually via DescribeChannelRequest.builder()
describeChannelRequest
- A Consumer
that will call methods on DescribeChannelRequest.Builder
to create a request.
Placeholder documentation for DescribeChannelRequestBadRequestException
- This request was invalidInternalServerErrorException
- Unexpected internal service error.ForbiddenException
- You do not have permission to describe the channel.BadGatewayException
- Bad Gateway ErrorNotFoundException
- The channel you're requesting to describe does not exist.GatewayTimeoutException
- Gateway Timeout ErrorTooManyRequestsException
- Request limit exceeded on describe channel calls to channel service.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.MediaLiveException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeInputResponse describeInput(DescribeInputRequest describeInputRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, BadGatewayException, NotFoundException, GatewayTimeoutException, TooManyRequestsException, AwsServiceException, SdkClientException, MediaLiveException
describeInputRequest
- Placeholder documentation for DescribeInputRequestBadRequestException
- This request was invalidInternalServerErrorException
- Internal Service ErrorForbiddenException
- Access was deniedBadGatewayException
- Bad Gateway ErrorNotFoundException
- Input not foundGatewayTimeoutException
- Gateway Timeout ErrorTooManyRequestsException
- Limit exceededSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.MediaLiveException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeInputResponse describeInput(Consumer<DescribeInputRequest.Builder> describeInputRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, BadGatewayException, NotFoundException, GatewayTimeoutException, TooManyRequestsException, AwsServiceException, SdkClientException, MediaLiveException
This is a convenience which creates an instance of the DescribeInputRequest.Builder
avoiding the need to
create one manually via DescribeInputRequest.builder()
describeInputRequest
- A Consumer
that will call methods on DescribeInputRequest.Builder
to create a request.
Placeholder documentation for DescribeInputRequestBadRequestException
- This request was invalidInternalServerErrorException
- Internal Service ErrorForbiddenException
- Access was deniedBadGatewayException
- Bad Gateway ErrorNotFoundException
- Input not foundGatewayTimeoutException
- Gateway Timeout ErrorTooManyRequestsException
- Limit exceededSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.MediaLiveException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeInputSecurityGroupResponse describeInputSecurityGroup(DescribeInputSecurityGroupRequest describeInputSecurityGroupRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, BadGatewayException, NotFoundException, GatewayTimeoutException, TooManyRequestsException, AwsServiceException, SdkClientException, MediaLiveException
describeInputSecurityGroupRequest
- Placeholder documentation for DescribeInputSecurityGroupRequestBadRequestException
- The request to describe an Input Security Group was InvalidInternalServerErrorException
- Internal Server ErrorForbiddenException
- The requester does not have permission to describe this Input Security GroupBadGatewayException
- Bad Gateway ErrorNotFoundException
- Input Security Group not foundGatewayTimeoutException
- Gateway Timeout ErrorTooManyRequestsException
- Limit Exceeded ErrorSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.MediaLiveException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeInputSecurityGroupResponse describeInputSecurityGroup(Consumer<DescribeInputSecurityGroupRequest.Builder> describeInputSecurityGroupRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, BadGatewayException, NotFoundException, GatewayTimeoutException, TooManyRequestsException, AwsServiceException, SdkClientException, MediaLiveException
This is a convenience which creates an instance of the DescribeInputSecurityGroupRequest.Builder
avoiding
the need to create one manually via DescribeInputSecurityGroupRequest.builder()
describeInputSecurityGroupRequest
- A Consumer
that will call methods on DescribeInputSecurityGroupRequest.Builder
to create a
request. Placeholder documentation for DescribeInputSecurityGroupRequestBadRequestException
- The request to describe an Input Security Group was InvalidInternalServerErrorException
- Internal Server ErrorForbiddenException
- The requester does not have permission to describe this Input Security GroupBadGatewayException
- Bad Gateway ErrorNotFoundException
- Input Security Group not foundGatewayTimeoutException
- Gateway Timeout ErrorTooManyRequestsException
- Limit Exceeded ErrorSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.MediaLiveException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeOfferingResponse describeOffering(DescribeOfferingRequest describeOfferingRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, BadGatewayException, NotFoundException, GatewayTimeoutException, TooManyRequestsException, AwsServiceException, SdkClientException, MediaLiveException
describeOfferingRequest
- Placeholder documentation for DescribeOfferingRequestBadRequestException
- This request was invalidInternalServerErrorException
- Internal service errorForbiddenException
- You do not have permission to describe offeringBadGatewayException
- Bad gateway errorNotFoundException
- Offering you're attempting to describe does not existGatewayTimeoutException
- Gateway timeout errorTooManyRequestsException
- Request limit exceeded on describe offering requestSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.MediaLiveException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeOfferingResponse describeOffering(Consumer<DescribeOfferingRequest.Builder> describeOfferingRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, BadGatewayException, NotFoundException, GatewayTimeoutException, TooManyRequestsException, AwsServiceException, SdkClientException, MediaLiveException
This is a convenience which creates an instance of the DescribeOfferingRequest.Builder
avoiding the need
to create one manually via DescribeOfferingRequest.builder()
describeOfferingRequest
- A Consumer
that will call methods on DescribeOfferingRequest.Builder
to create a request.
Placeholder documentation for DescribeOfferingRequestBadRequestException
- This request was invalidInternalServerErrorException
- Internal service errorForbiddenException
- You do not have permission to describe offeringBadGatewayException
- Bad gateway errorNotFoundException
- Offering you're attempting to describe does not existGatewayTimeoutException
- Gateway timeout errorTooManyRequestsException
- Request limit exceeded on describe offering requestSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.MediaLiveException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeReservationResponse describeReservation(DescribeReservationRequest describeReservationRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, BadGatewayException, NotFoundException, GatewayTimeoutException, TooManyRequestsException, AwsServiceException, SdkClientException, MediaLiveException
describeReservationRequest
- Placeholder documentation for DescribeReservationRequestBadRequestException
- This request was invalidInternalServerErrorException
- Internal service errorForbiddenException
- You do not have permission to describe reservationBadGatewayException
- Bad gateway errorNotFoundException
- Reservation you're attempting to describe does not existGatewayTimeoutException
- Gateway timeout errorTooManyRequestsException
- Request limit exceeded on describe reservation requestSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.MediaLiveException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeReservationResponse describeReservation(Consumer<DescribeReservationRequest.Builder> describeReservationRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, BadGatewayException, NotFoundException, GatewayTimeoutException, TooManyRequestsException, AwsServiceException, SdkClientException, MediaLiveException
This is a convenience which creates an instance of the DescribeReservationRequest.Builder
avoiding the
need to create one manually via DescribeReservationRequest.builder()
describeReservationRequest
- A Consumer
that will call methods on DescribeReservationRequest.Builder
to create a
request. Placeholder documentation for DescribeReservationRequestBadRequestException
- This request was invalidInternalServerErrorException
- Internal service errorForbiddenException
- You do not have permission to describe reservationBadGatewayException
- Bad gateway errorNotFoundException
- Reservation you're attempting to describe does not existGatewayTimeoutException
- Gateway timeout errorTooManyRequestsException
- Request limit exceeded on describe reservation requestSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.MediaLiveException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeScheduleResponse describeSchedule(DescribeScheduleRequest describeScheduleRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, BadGatewayException, NotFoundException, GatewayTimeoutException, TooManyRequestsException, AwsServiceException, SdkClientException, MediaLiveException
describeScheduleRequest
- Placeholder documentation for DescribeScheduleRequestBadRequestException
- This request was invalid.InternalServerErrorException
- Unexpected internal service error.ForbiddenException
- You do not have permission to describe the channel schedule.BadGatewayException
- Bad Gateway ErrorNotFoundException
- The channel you're requesting a schedule describe for does not exist.GatewayTimeoutException
- Gateway Timeout ErrorTooManyRequestsException
- Request limit exceeded on describe schedule calls.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.MediaLiveException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeScheduleResponse describeSchedule(Consumer<DescribeScheduleRequest.Builder> describeScheduleRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, BadGatewayException, NotFoundException, GatewayTimeoutException, TooManyRequestsException, AwsServiceException, SdkClientException, MediaLiveException
This is a convenience which creates an instance of the DescribeScheduleRequest.Builder
avoiding the need
to create one manually via DescribeScheduleRequest.builder()
describeScheduleRequest
- A Consumer
that will call methods on DescribeScheduleRequest.Builder
to create a request.
Placeholder documentation for DescribeScheduleRequestBadRequestException
- This request was invalid.InternalServerErrorException
- Unexpected internal service error.ForbiddenException
- You do not have permission to describe the channel schedule.BadGatewayException
- Bad Gateway ErrorNotFoundException
- The channel you're requesting a schedule describe for does not exist.GatewayTimeoutException
- Gateway Timeout ErrorTooManyRequestsException
- Request limit exceeded on describe schedule calls.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.MediaLiveException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeScheduleIterable describeSchedulePaginator(DescribeScheduleRequest describeScheduleRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, BadGatewayException, NotFoundException, GatewayTimeoutException, TooManyRequestsException, AwsServiceException, SdkClientException, MediaLiveException
This is a variant of
describeSchedule(software.amazon.awssdk.services.medialive.model.DescribeScheduleRequest)
operation. The
return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle
making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.medialive.paginators.DescribeScheduleIterable responses = client.describeSchedulePaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.medialive.paginators.DescribeScheduleIterable responses = client .describeSchedulePaginator(request); for (software.amazon.awssdk.services.medialive.model.DescribeScheduleResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.medialive.paginators.DescribeScheduleIterable responses = client.describeSchedulePaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeSchedule(software.amazon.awssdk.services.medialive.model.DescribeScheduleRequest)
operation.
describeScheduleRequest
- Placeholder documentation for DescribeScheduleRequestBadRequestException
- This request was invalid.InternalServerErrorException
- Unexpected internal service error.ForbiddenException
- You do not have permission to describe the channel schedule.BadGatewayException
- Bad Gateway ErrorNotFoundException
- The channel you're requesting a schedule describe for does not exist.GatewayTimeoutException
- Gateway Timeout ErrorTooManyRequestsException
- Request limit exceeded on describe schedule calls.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.MediaLiveException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeScheduleIterable describeSchedulePaginator(Consumer<DescribeScheduleRequest.Builder> describeScheduleRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, BadGatewayException, NotFoundException, GatewayTimeoutException, TooManyRequestsException, AwsServiceException, SdkClientException, MediaLiveException
This is a variant of
describeSchedule(software.amazon.awssdk.services.medialive.model.DescribeScheduleRequest)
operation. The
return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle
making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.medialive.paginators.DescribeScheduleIterable responses = client.describeSchedulePaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.medialive.paginators.DescribeScheduleIterable responses = client .describeSchedulePaginator(request); for (software.amazon.awssdk.services.medialive.model.DescribeScheduleResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.medialive.paginators.DescribeScheduleIterable responses = client.describeSchedulePaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeSchedule(software.amazon.awssdk.services.medialive.model.DescribeScheduleRequest)
operation.
This is a convenience which creates an instance of the DescribeScheduleRequest.Builder
avoiding the need
to create one manually via DescribeScheduleRequest.builder()
describeScheduleRequest
- A Consumer
that will call methods on DescribeScheduleRequest.Builder
to create a request.
Placeholder documentation for DescribeScheduleRequestBadRequestException
- This request was invalid.InternalServerErrorException
- Unexpected internal service error.ForbiddenException
- You do not have permission to describe the channel schedule.BadGatewayException
- Bad Gateway ErrorNotFoundException
- The channel you're requesting a schedule describe for does not exist.GatewayTimeoutException
- Gateway Timeout ErrorTooManyRequestsException
- Request limit exceeded on describe schedule calls.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.MediaLiveException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ListChannelsResponse listChannels() throws BadRequestException, InternalServerErrorException, ForbiddenException, BadGatewayException, GatewayTimeoutException, TooManyRequestsException, AwsServiceException, SdkClientException, MediaLiveException
BadRequestException
- This request was invalid.InternalServerErrorException
- Unexpected internal service error.ForbiddenException
- You do not have permission to list channels.BadGatewayException
- Bad Gateway ErrorGatewayTimeoutException
- Gateway Timeout ErrorTooManyRequestsException
- Request limit exceeded on list channel calls to channel service.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.MediaLiveException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
listChannels(ListChannelsRequest)
,
AWS API
Documentationdefault ListChannelsResponse listChannels(ListChannelsRequest listChannelsRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, BadGatewayException, GatewayTimeoutException, TooManyRequestsException, AwsServiceException, SdkClientException, MediaLiveException
listChannelsRequest
- Placeholder documentation for ListChannelsRequestBadRequestException
- This request was invalid.InternalServerErrorException
- Unexpected internal service error.ForbiddenException
- You do not have permission to list channels.BadGatewayException
- Bad Gateway ErrorGatewayTimeoutException
- Gateway Timeout ErrorTooManyRequestsException
- Request limit exceeded on list channel calls to channel service.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.MediaLiveException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ListChannelsResponse listChannels(Consumer<ListChannelsRequest.Builder> listChannelsRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, BadGatewayException, GatewayTimeoutException, TooManyRequestsException, AwsServiceException, SdkClientException, MediaLiveException
This is a convenience which creates an instance of the ListChannelsRequest.Builder
avoiding the need to
create one manually via ListChannelsRequest.builder()
listChannelsRequest
- A Consumer
that will call methods on ListChannelsRequest.Builder
to create a request.
Placeholder documentation for ListChannelsRequestBadRequestException
- This request was invalid.InternalServerErrorException
- Unexpected internal service error.ForbiddenException
- You do not have permission to list channels.BadGatewayException
- Bad Gateway ErrorGatewayTimeoutException
- Gateway Timeout ErrorTooManyRequestsException
- Request limit exceeded on list channel calls to channel service.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.MediaLiveException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ListChannelsIterable listChannelsPaginator() throws BadRequestException, InternalServerErrorException, ForbiddenException, BadGatewayException, GatewayTimeoutException, TooManyRequestsException, AwsServiceException, SdkClientException, MediaLiveException
This is a variant of listChannels(software.amazon.awssdk.services.medialive.model.ListChannelsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.medialive.paginators.ListChannelsIterable responses = client.listChannelsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.medialive.paginators.ListChannelsIterable responses = client.listChannelsPaginator(request); for (software.amazon.awssdk.services.medialive.model.ListChannelsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.medialive.paginators.ListChannelsIterable responses = client.listChannelsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
listChannels(software.amazon.awssdk.services.medialive.model.ListChannelsRequest)
operation.
BadRequestException
- This request was invalid.InternalServerErrorException
- Unexpected internal service error.ForbiddenException
- You do not have permission to list channels.BadGatewayException
- Bad Gateway ErrorGatewayTimeoutException
- Gateway Timeout ErrorTooManyRequestsException
- Request limit exceeded on list channel calls to channel service.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.MediaLiveException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
listChannelsPaginator(ListChannelsRequest)
,
AWS API
Documentationdefault ListChannelsIterable listChannelsPaginator(ListChannelsRequest listChannelsRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, BadGatewayException, GatewayTimeoutException, TooManyRequestsException, AwsServiceException, SdkClientException, MediaLiveException
This is a variant of listChannels(software.amazon.awssdk.services.medialive.model.ListChannelsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.medialive.paginators.ListChannelsIterable responses = client.listChannelsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.medialive.paginators.ListChannelsIterable responses = client.listChannelsPaginator(request); for (software.amazon.awssdk.services.medialive.model.ListChannelsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.medialive.paginators.ListChannelsIterable responses = client.listChannelsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
listChannels(software.amazon.awssdk.services.medialive.model.ListChannelsRequest)
operation.
listChannelsRequest
- Placeholder documentation for ListChannelsRequestBadRequestException
- This request was invalid.InternalServerErrorException
- Unexpected internal service error.ForbiddenException
- You do not have permission to list channels.BadGatewayException
- Bad Gateway ErrorGatewayTimeoutException
- Gateway Timeout ErrorTooManyRequestsException
- Request limit exceeded on list channel calls to channel service.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.MediaLiveException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ListChannelsIterable listChannelsPaginator(Consumer<ListChannelsRequest.Builder> listChannelsRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, BadGatewayException, GatewayTimeoutException, TooManyRequestsException, AwsServiceException, SdkClientException, MediaLiveException
This is a variant of listChannels(software.amazon.awssdk.services.medialive.model.ListChannelsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.medialive.paginators.ListChannelsIterable responses = client.listChannelsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.medialive.paginators.ListChannelsIterable responses = client.listChannelsPaginator(request); for (software.amazon.awssdk.services.medialive.model.ListChannelsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.medialive.paginators.ListChannelsIterable responses = client.listChannelsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
listChannels(software.amazon.awssdk.services.medialive.model.ListChannelsRequest)
operation.
This is a convenience which creates an instance of the ListChannelsRequest.Builder
avoiding the need to
create one manually via ListChannelsRequest.builder()
listChannelsRequest
- A Consumer
that will call methods on ListChannelsRequest.Builder
to create a request.
Placeholder documentation for ListChannelsRequestBadRequestException
- This request was invalid.InternalServerErrorException
- Unexpected internal service error.ForbiddenException
- You do not have permission to list channels.BadGatewayException
- Bad Gateway ErrorGatewayTimeoutException
- Gateway Timeout ErrorTooManyRequestsException
- Request limit exceeded on list channel calls to channel service.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.MediaLiveException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ListInputSecurityGroupsResponse listInputSecurityGroups() throws BadRequestException, InternalServerErrorException, ForbiddenException, BadGatewayException, GatewayTimeoutException, TooManyRequestsException, AwsServiceException, SdkClientException, MediaLiveException
BadRequestException
- The request to list Input Security Groups was invalidInternalServerErrorException
- Internal Server ErrorForbiddenException
- The requester does not have permission to call ListInputSecurityGroupsBadGatewayException
- Bad Gateway ErrorGatewayTimeoutException
- Gateway Timeout ErrorTooManyRequestsException
- Limit Exceeded ErrorSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.MediaLiveException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
listInputSecurityGroups(ListInputSecurityGroupsRequest)
,
AWS API Documentationdefault ListInputSecurityGroupsResponse listInputSecurityGroups(ListInputSecurityGroupsRequest listInputSecurityGroupsRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, BadGatewayException, GatewayTimeoutException, TooManyRequestsException, AwsServiceException, SdkClientException, MediaLiveException
listInputSecurityGroupsRequest
- Placeholder documentation for ListInputSecurityGroupsRequestBadRequestException
- The request to list Input Security Groups was invalidInternalServerErrorException
- Internal Server ErrorForbiddenException
- The requester does not have permission to call ListInputSecurityGroupsBadGatewayException
- Bad Gateway ErrorGatewayTimeoutException
- Gateway Timeout ErrorTooManyRequestsException
- Limit Exceeded ErrorSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.MediaLiveException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ListInputSecurityGroupsResponse listInputSecurityGroups(Consumer<ListInputSecurityGroupsRequest.Builder> listInputSecurityGroupsRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, BadGatewayException, GatewayTimeoutException, TooManyRequestsException, AwsServiceException, SdkClientException, MediaLiveException
This is a convenience which creates an instance of the ListInputSecurityGroupsRequest.Builder
avoiding
the need to create one manually via ListInputSecurityGroupsRequest.builder()
listInputSecurityGroupsRequest
- A Consumer
that will call methods on ListInputSecurityGroupsRequest.Builder
to create a
request. Placeholder documentation for ListInputSecurityGroupsRequestBadRequestException
- The request to list Input Security Groups was invalidInternalServerErrorException
- Internal Server ErrorForbiddenException
- The requester does not have permission to call ListInputSecurityGroupsBadGatewayException
- Bad Gateway ErrorGatewayTimeoutException
- Gateway Timeout ErrorTooManyRequestsException
- Limit Exceeded ErrorSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.MediaLiveException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ListInputSecurityGroupsIterable listInputSecurityGroupsPaginator() throws BadRequestException, InternalServerErrorException, ForbiddenException, BadGatewayException, GatewayTimeoutException, TooManyRequestsException, AwsServiceException, SdkClientException, MediaLiveException
This is a variant of
listInputSecurityGroups(software.amazon.awssdk.services.medialive.model.ListInputSecurityGroupsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.medialive.paginators.ListInputSecurityGroupsIterable responses = client.listInputSecurityGroupsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.medialive.paginators.ListInputSecurityGroupsIterable responses = client .listInputSecurityGroupsPaginator(request); for (software.amazon.awssdk.services.medialive.model.ListInputSecurityGroupsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.medialive.paginators.ListInputSecurityGroupsIterable responses = client.listInputSecurityGroupsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
listInputSecurityGroups(software.amazon.awssdk.services.medialive.model.ListInputSecurityGroupsRequest)
operation.
BadRequestException
- The request to list Input Security Groups was invalidInternalServerErrorException
- Internal Server ErrorForbiddenException
- The requester does not have permission to call ListInputSecurityGroupsBadGatewayException
- Bad Gateway ErrorGatewayTimeoutException
- Gateway Timeout ErrorTooManyRequestsException
- Limit Exceeded ErrorSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.MediaLiveException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
listInputSecurityGroupsPaginator(ListInputSecurityGroupsRequest)
,
AWS API Documentationdefault ListInputSecurityGroupsIterable listInputSecurityGroupsPaginator(ListInputSecurityGroupsRequest listInputSecurityGroupsRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, BadGatewayException, GatewayTimeoutException, TooManyRequestsException, AwsServiceException, SdkClientException, MediaLiveException
This is a variant of
listInputSecurityGroups(software.amazon.awssdk.services.medialive.model.ListInputSecurityGroupsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.medialive.paginators.ListInputSecurityGroupsIterable responses = client.listInputSecurityGroupsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.medialive.paginators.ListInputSecurityGroupsIterable responses = client .listInputSecurityGroupsPaginator(request); for (software.amazon.awssdk.services.medialive.model.ListInputSecurityGroupsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.medialive.paginators.ListInputSecurityGroupsIterable responses = client.listInputSecurityGroupsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
listInputSecurityGroups(software.amazon.awssdk.services.medialive.model.ListInputSecurityGroupsRequest)
operation.
listInputSecurityGroupsRequest
- Placeholder documentation for ListInputSecurityGroupsRequestBadRequestException
- The request to list Input Security Groups was invalidInternalServerErrorException
- Internal Server ErrorForbiddenException
- The requester does not have permission to call ListInputSecurityGroupsBadGatewayException
- Bad Gateway ErrorGatewayTimeoutException
- Gateway Timeout ErrorTooManyRequestsException
- Limit Exceeded ErrorSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.MediaLiveException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ListInputSecurityGroupsIterable listInputSecurityGroupsPaginator(Consumer<ListInputSecurityGroupsRequest.Builder> listInputSecurityGroupsRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, BadGatewayException, GatewayTimeoutException, TooManyRequestsException, AwsServiceException, SdkClientException, MediaLiveException
This is a variant of
listInputSecurityGroups(software.amazon.awssdk.services.medialive.model.ListInputSecurityGroupsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.medialive.paginators.ListInputSecurityGroupsIterable responses = client.listInputSecurityGroupsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.medialive.paginators.ListInputSecurityGroupsIterable responses = client .listInputSecurityGroupsPaginator(request); for (software.amazon.awssdk.services.medialive.model.ListInputSecurityGroupsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.medialive.paginators.ListInputSecurityGroupsIterable responses = client.listInputSecurityGroupsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
listInputSecurityGroups(software.amazon.awssdk.services.medialive.model.ListInputSecurityGroupsRequest)
operation.
This is a convenience which creates an instance of the ListInputSecurityGroupsRequest.Builder
avoiding
the need to create one manually via ListInputSecurityGroupsRequest.builder()
listInputSecurityGroupsRequest
- A Consumer
that will call methods on ListInputSecurityGroupsRequest.Builder
to create a
request. Placeholder documentation for ListInputSecurityGroupsRequestBadRequestException
- The request to list Input Security Groups was invalidInternalServerErrorException
- Internal Server ErrorForbiddenException
- The requester does not have permission to call ListInputSecurityGroupsBadGatewayException
- Bad Gateway ErrorGatewayTimeoutException
- Gateway Timeout ErrorTooManyRequestsException
- Limit Exceeded ErrorSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.MediaLiveException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ListInputsResponse listInputs() throws BadRequestException, InternalServerErrorException, ForbiddenException, BadGatewayException, GatewayTimeoutException, TooManyRequestsException, AwsServiceException, SdkClientException, MediaLiveException
BadRequestException
- This request was invalidInternalServerErrorException
- Internal Service ErrorForbiddenException
- Access was deniedBadGatewayException
- Bad Gateway ErrorGatewayTimeoutException
- Gateway Timeout ErrorTooManyRequestsException
- Limit exceededSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.MediaLiveException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
listInputs(ListInputsRequest)
,
AWS API
Documentationdefault ListInputsResponse listInputs(ListInputsRequest listInputsRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, BadGatewayException, GatewayTimeoutException, TooManyRequestsException, AwsServiceException, SdkClientException, MediaLiveException
listInputsRequest
- Placeholder documentation for ListInputsRequestBadRequestException
- This request was invalidInternalServerErrorException
- Internal Service ErrorForbiddenException
- Access was deniedBadGatewayException
- Bad Gateway ErrorGatewayTimeoutException
- Gateway Timeout ErrorTooManyRequestsException
- Limit exceededSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.MediaLiveException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ListInputsResponse listInputs(Consumer<ListInputsRequest.Builder> listInputsRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, BadGatewayException, GatewayTimeoutException, TooManyRequestsException, AwsServiceException, SdkClientException, MediaLiveException
This is a convenience which creates an instance of the ListInputsRequest.Builder
avoiding the need to
create one manually via ListInputsRequest.builder()
listInputsRequest
- A Consumer
that will call methods on ListInputsRequest.Builder
to create a request.
Placeholder documentation for ListInputsRequestBadRequestException
- This request was invalidInternalServerErrorException
- Internal Service ErrorForbiddenException
- Access was deniedBadGatewayException
- Bad Gateway ErrorGatewayTimeoutException
- Gateway Timeout ErrorTooManyRequestsException
- Limit exceededSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.MediaLiveException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ListInputsIterable listInputsPaginator() throws BadRequestException, InternalServerErrorException, ForbiddenException, BadGatewayException, GatewayTimeoutException, TooManyRequestsException, AwsServiceException, SdkClientException, MediaLiveException
This is a variant of listInputs(software.amazon.awssdk.services.medialive.model.ListInputsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.medialive.paginators.ListInputsIterable responses = client.listInputsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.medialive.paginators.ListInputsIterable responses = client.listInputsPaginator(request); for (software.amazon.awssdk.services.medialive.model.ListInputsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.medialive.paginators.ListInputsIterable responses = client.listInputsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
listInputs(software.amazon.awssdk.services.medialive.model.ListInputsRequest)
operation.
BadRequestException
- This request was invalidInternalServerErrorException
- Internal Service ErrorForbiddenException
- Access was deniedBadGatewayException
- Bad Gateway ErrorGatewayTimeoutException
- Gateway Timeout ErrorTooManyRequestsException
- Limit exceededSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.MediaLiveException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
listInputsPaginator(ListInputsRequest)
,
AWS API
Documentationdefault ListInputsIterable listInputsPaginator(ListInputsRequest listInputsRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, BadGatewayException, GatewayTimeoutException, TooManyRequestsException, AwsServiceException, SdkClientException, MediaLiveException
This is a variant of listInputs(software.amazon.awssdk.services.medialive.model.ListInputsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.medialive.paginators.ListInputsIterable responses = client.listInputsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.medialive.paginators.ListInputsIterable responses = client.listInputsPaginator(request); for (software.amazon.awssdk.services.medialive.model.ListInputsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.medialive.paginators.ListInputsIterable responses = client.listInputsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
listInputs(software.amazon.awssdk.services.medialive.model.ListInputsRequest)
operation.
listInputsRequest
- Placeholder documentation for ListInputsRequestBadRequestException
- This request was invalidInternalServerErrorException
- Internal Service ErrorForbiddenException
- Access was deniedBadGatewayException
- Bad Gateway ErrorGatewayTimeoutException
- Gateway Timeout ErrorTooManyRequestsException
- Limit exceededSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.MediaLiveException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ListInputsIterable listInputsPaginator(Consumer<ListInputsRequest.Builder> listInputsRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, BadGatewayException, GatewayTimeoutException, TooManyRequestsException, AwsServiceException, SdkClientException, MediaLiveException
This is a variant of listInputs(software.amazon.awssdk.services.medialive.model.ListInputsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.medialive.paginators.ListInputsIterable responses = client.listInputsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.medialive.paginators.ListInputsIterable responses = client.listInputsPaginator(request); for (software.amazon.awssdk.services.medialive.model.ListInputsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.medialive.paginators.ListInputsIterable responses = client.listInputsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
listInputs(software.amazon.awssdk.services.medialive.model.ListInputsRequest)
operation.
This is a convenience which creates an instance of the ListInputsRequest.Builder
avoiding the need to
create one manually via ListInputsRequest.builder()
listInputsRequest
- A Consumer
that will call methods on ListInputsRequest.Builder
to create a request.
Placeholder documentation for ListInputsRequestBadRequestException
- This request was invalidInternalServerErrorException
- Internal Service ErrorForbiddenException
- Access was deniedBadGatewayException
- Bad Gateway ErrorGatewayTimeoutException
- Gateway Timeout ErrorTooManyRequestsException
- Limit exceededSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.MediaLiveException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ListOfferingsResponse listOfferings() throws BadRequestException, InternalServerErrorException, ForbiddenException, BadGatewayException, GatewayTimeoutException, TooManyRequestsException, AwsServiceException, SdkClientException, MediaLiveException
BadRequestException
- This request was invalidInternalServerErrorException
- Internal service errorForbiddenException
- You do not have permission to list offeringsBadGatewayException
- Bad gateway errorGatewayTimeoutException
- Gateway timeout errorTooManyRequestsException
- Request limit exceeded on list offerings requestSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.MediaLiveException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
listOfferings(ListOfferingsRequest)
,
AWS API
Documentationdefault ListOfferingsResponse listOfferings(ListOfferingsRequest listOfferingsRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, BadGatewayException, GatewayTimeoutException, TooManyRequestsException, AwsServiceException, SdkClientException, MediaLiveException
listOfferingsRequest
- Placeholder documentation for ListOfferingsRequestBadRequestException
- This request was invalidInternalServerErrorException
- Internal service errorForbiddenException
- You do not have permission to list offeringsBadGatewayException
- Bad gateway errorGatewayTimeoutException
- Gateway timeout errorTooManyRequestsException
- Request limit exceeded on list offerings requestSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.MediaLiveException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ListOfferingsResponse listOfferings(Consumer<ListOfferingsRequest.Builder> listOfferingsRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, BadGatewayException, GatewayTimeoutException, TooManyRequestsException, AwsServiceException, SdkClientException, MediaLiveException
This is a convenience which creates an instance of the ListOfferingsRequest.Builder
avoiding the need to
create one manually via ListOfferingsRequest.builder()
listOfferingsRequest
- A Consumer
that will call methods on ListOfferingsRequest.Builder
to create a request.
Placeholder documentation for ListOfferingsRequestBadRequestException
- This request was invalidInternalServerErrorException
- Internal service errorForbiddenException
- You do not have permission to list offeringsBadGatewayException
- Bad gateway errorGatewayTimeoutException
- Gateway timeout errorTooManyRequestsException
- Request limit exceeded on list offerings requestSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.MediaLiveException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ListOfferingsIterable listOfferingsPaginator() throws BadRequestException, InternalServerErrorException, ForbiddenException, BadGatewayException, GatewayTimeoutException, TooManyRequestsException, AwsServiceException, SdkClientException, MediaLiveException
This is a variant of listOfferings(software.amazon.awssdk.services.medialive.model.ListOfferingsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.medialive.paginators.ListOfferingsIterable responses = client.listOfferingsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.medialive.paginators.ListOfferingsIterable responses = client.listOfferingsPaginator(request); for (software.amazon.awssdk.services.medialive.model.ListOfferingsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.medialive.paginators.ListOfferingsIterable responses = client.listOfferingsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
listOfferings(software.amazon.awssdk.services.medialive.model.ListOfferingsRequest)
operation.
BadRequestException
- This request was invalidInternalServerErrorException
- Internal service errorForbiddenException
- You do not have permission to list offeringsBadGatewayException
- Bad gateway errorGatewayTimeoutException
- Gateway timeout errorTooManyRequestsException
- Request limit exceeded on list offerings requestSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.MediaLiveException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
listOfferingsPaginator(ListOfferingsRequest)
,
AWS API
Documentationdefault ListOfferingsIterable listOfferingsPaginator(ListOfferingsRequest listOfferingsRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, BadGatewayException, GatewayTimeoutException, TooManyRequestsException, AwsServiceException, SdkClientException, MediaLiveException
This is a variant of listOfferings(software.amazon.awssdk.services.medialive.model.ListOfferingsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.medialive.paginators.ListOfferingsIterable responses = client.listOfferingsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.medialive.paginators.ListOfferingsIterable responses = client.listOfferingsPaginator(request); for (software.amazon.awssdk.services.medialive.model.ListOfferingsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.medialive.paginators.ListOfferingsIterable responses = client.listOfferingsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
listOfferings(software.amazon.awssdk.services.medialive.model.ListOfferingsRequest)
operation.
listOfferingsRequest
- Placeholder documentation for ListOfferingsRequestBadRequestException
- This request was invalidInternalServerErrorException
- Internal service errorForbiddenException
- You do not have permission to list offeringsBadGatewayException
- Bad gateway errorGatewayTimeoutException
- Gateway timeout errorTooManyRequestsException
- Request limit exceeded on list offerings requestSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.MediaLiveException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ListOfferingsIterable listOfferingsPaginator(Consumer<ListOfferingsRequest.Builder> listOfferingsRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, BadGatewayException, GatewayTimeoutException, TooManyRequestsException, AwsServiceException, SdkClientException, MediaLiveException
This is a variant of listOfferings(software.amazon.awssdk.services.medialive.model.ListOfferingsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.medialive.paginators.ListOfferingsIterable responses = client.listOfferingsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.medialive.paginators.ListOfferingsIterable responses = client.listOfferingsPaginator(request); for (software.amazon.awssdk.services.medialive.model.ListOfferingsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.medialive.paginators.ListOfferingsIterable responses = client.listOfferingsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
listOfferings(software.amazon.awssdk.services.medialive.model.ListOfferingsRequest)
operation.
This is a convenience which creates an instance of the ListOfferingsRequest.Builder
avoiding the need to
create one manually via ListOfferingsRequest.builder()
listOfferingsRequest
- A Consumer
that will call methods on ListOfferingsRequest.Builder
to create a request.
Placeholder documentation for ListOfferingsRequestBadRequestException
- This request was invalidInternalServerErrorException
- Internal service errorForbiddenException
- You do not have permission to list offeringsBadGatewayException
- Bad gateway errorGatewayTimeoutException
- Gateway timeout errorTooManyRequestsException
- Request limit exceeded on list offerings requestSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.MediaLiveException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ListReservationsResponse listReservations() throws BadRequestException, InternalServerErrorException, ForbiddenException, BadGatewayException, GatewayTimeoutException, TooManyRequestsException, AwsServiceException, SdkClientException, MediaLiveException
BadRequestException
- This request was invalidInternalServerErrorException
- Internal service errorForbiddenException
- You do not have permission to list reservationsBadGatewayException
- Bad gateway errorGatewayTimeoutException
- Gateway timeout errorTooManyRequestsException
- Request limit exceeded on list reservations requestSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.MediaLiveException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
listReservations(ListReservationsRequest)
,
AWS API
Documentationdefault ListReservationsResponse listReservations(ListReservationsRequest listReservationsRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, BadGatewayException, GatewayTimeoutException, TooManyRequestsException, AwsServiceException, SdkClientException, MediaLiveException
listReservationsRequest
- Placeholder documentation for ListReservationsRequestBadRequestException
- This request was invalidInternalServerErrorException
- Internal service errorForbiddenException
- You do not have permission to list reservationsBadGatewayException
- Bad gateway errorGatewayTimeoutException
- Gateway timeout errorTooManyRequestsException
- Request limit exceeded on list reservations requestSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.MediaLiveException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ListReservationsResponse listReservations(Consumer<ListReservationsRequest.Builder> listReservationsRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, BadGatewayException, GatewayTimeoutException, TooManyRequestsException, AwsServiceException, SdkClientException, MediaLiveException
This is a convenience which creates an instance of the ListReservationsRequest.Builder
avoiding the need
to create one manually via ListReservationsRequest.builder()
listReservationsRequest
- A Consumer
that will call methods on ListReservationsRequest.Builder
to create a request.
Placeholder documentation for ListReservationsRequestBadRequestException
- This request was invalidInternalServerErrorException
- Internal service errorForbiddenException
- You do not have permission to list reservationsBadGatewayException
- Bad gateway errorGatewayTimeoutException
- Gateway timeout errorTooManyRequestsException
- Request limit exceeded on list reservations requestSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.MediaLiveException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ListReservationsIterable listReservationsPaginator() throws BadRequestException, InternalServerErrorException, ForbiddenException, BadGatewayException, GatewayTimeoutException, TooManyRequestsException, AwsServiceException, SdkClientException, MediaLiveException
This is a variant of
listReservations(software.amazon.awssdk.services.medialive.model.ListReservationsRequest)
operation. The
return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle
making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.medialive.paginators.ListReservationsIterable responses = client.listReservationsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.medialive.paginators.ListReservationsIterable responses = client .listReservationsPaginator(request); for (software.amazon.awssdk.services.medialive.model.ListReservationsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.medialive.paginators.ListReservationsIterable responses = client.listReservationsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
listReservations(software.amazon.awssdk.services.medialive.model.ListReservationsRequest)
operation.
BadRequestException
- This request was invalidInternalServerErrorException
- Internal service errorForbiddenException
- You do not have permission to list reservationsBadGatewayException
- Bad gateway errorGatewayTimeoutException
- Gateway timeout errorTooManyRequestsException
- Request limit exceeded on list reservations requestSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.MediaLiveException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
listReservationsPaginator(ListReservationsRequest)
,
AWS API
Documentationdefault ListReservationsIterable listReservationsPaginator(ListReservationsRequest listReservationsRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, BadGatewayException, GatewayTimeoutException, TooManyRequestsException, AwsServiceException, SdkClientException, MediaLiveException
This is a variant of
listReservations(software.amazon.awssdk.services.medialive.model.ListReservationsRequest)
operation. The
return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle
making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.medialive.paginators.ListReservationsIterable responses = client.listReservationsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.medialive.paginators.ListReservationsIterable responses = client .listReservationsPaginator(request); for (software.amazon.awssdk.services.medialive.model.ListReservationsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.medialive.paginators.ListReservationsIterable responses = client.listReservationsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
listReservations(software.amazon.awssdk.services.medialive.model.ListReservationsRequest)
operation.
listReservationsRequest
- Placeholder documentation for ListReservationsRequestBadRequestException
- This request was invalidInternalServerErrorException
- Internal service errorForbiddenException
- You do not have permission to list reservationsBadGatewayException
- Bad gateway errorGatewayTimeoutException
- Gateway timeout errorTooManyRequestsException
- Request limit exceeded on list reservations requestSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.MediaLiveException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ListReservationsIterable listReservationsPaginator(Consumer<ListReservationsRequest.Builder> listReservationsRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, BadGatewayException, GatewayTimeoutException, TooManyRequestsException, AwsServiceException, SdkClientException, MediaLiveException
This is a variant of
listReservations(software.amazon.awssdk.services.medialive.model.ListReservationsRequest)
operation. The
return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle
making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.medialive.paginators.ListReservationsIterable responses = client.listReservationsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.medialive.paginators.ListReservationsIterable responses = client .listReservationsPaginator(request); for (software.amazon.awssdk.services.medialive.model.ListReservationsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.medialive.paginators.ListReservationsIterable responses = client.listReservationsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
listReservations(software.amazon.awssdk.services.medialive.model.ListReservationsRequest)
operation.
This is a convenience which creates an instance of the ListReservationsRequest.Builder
avoiding the need
to create one manually via ListReservationsRequest.builder()
listReservationsRequest
- A Consumer
that will call methods on ListReservationsRequest.Builder
to create a request.
Placeholder documentation for ListReservationsRequestBadRequestException
- This request was invalidInternalServerErrorException
- Internal service errorForbiddenException
- You do not have permission to list reservationsBadGatewayException
- Bad gateway errorGatewayTimeoutException
- Gateway timeout errorTooManyRequestsException
- Request limit exceeded on list reservations requestSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.MediaLiveException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default PurchaseOfferingResponse purchaseOffering(PurchaseOfferingRequest purchaseOfferingRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, BadGatewayException, NotFoundException, GatewayTimeoutException, TooManyRequestsException, ConflictException, AwsServiceException, SdkClientException, MediaLiveException
purchaseOfferingRequest
- Placeholder documentation for PurchaseOfferingRequestBadRequestException
- This request was invalidInternalServerErrorException
- Internal service errorForbiddenException
- You do not have permission to purchase the offeringBadGatewayException
- Bad gateway errorNotFoundException
- Offering you're attempting to purchase does not existGatewayTimeoutException
- Gateway timeout errorTooManyRequestsException
- Request limit exceeded on purchase offering requestConflictException
- Offering purchase prevented by service resource issueSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.MediaLiveException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default PurchaseOfferingResponse purchaseOffering(Consumer<PurchaseOfferingRequest.Builder> purchaseOfferingRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, BadGatewayException, NotFoundException, GatewayTimeoutException, TooManyRequestsException, ConflictException, AwsServiceException, SdkClientException, MediaLiveException
This is a convenience which creates an instance of the PurchaseOfferingRequest.Builder
avoiding the need
to create one manually via PurchaseOfferingRequest.builder()
purchaseOfferingRequest
- A Consumer
that will call methods on PurchaseOfferingRequest.Builder
to create a request.
Placeholder documentation for PurchaseOfferingRequestBadRequestException
- This request was invalidInternalServerErrorException
- Internal service errorForbiddenException
- You do not have permission to purchase the offeringBadGatewayException
- Bad gateway errorNotFoundException
- Offering you're attempting to purchase does not existGatewayTimeoutException
- Gateway timeout errorTooManyRequestsException
- Request limit exceeded on purchase offering requestConflictException
- Offering purchase prevented by service resource issueSdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.MediaLiveException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default StartChannelResponse startChannel(StartChannelRequest startChannelRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, BadGatewayException, NotFoundException, GatewayTimeoutException, TooManyRequestsException, ConflictException, AwsServiceException, SdkClientException, MediaLiveException
startChannelRequest
- Placeholder documentation for StartChannelRequestBadRequestException
- This request was invalid.InternalServerErrorException
- Unexpected internal service error.ForbiddenException
- You do not have permission to start the channel.BadGatewayException
- Bad Gateway ErrorNotFoundException
- The channel you're requesting to start does not exist.GatewayTimeoutException
- Gateway Timeout ErrorTooManyRequestsException
- Request limit exceeded on start channel calls to channel service.ConflictException
- The channel is unable to start due to an issue with channel resources.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.MediaLiveException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default StartChannelResponse startChannel(Consumer<StartChannelRequest.Builder> startChannelRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, BadGatewayException, NotFoundException, GatewayTimeoutException, TooManyRequestsException, ConflictException, AwsServiceException, SdkClientException, MediaLiveException
This is a convenience which creates an instance of the StartChannelRequest.Builder
avoiding the need to
create one manually via StartChannelRequest.builder()
startChannelRequest
- A Consumer
that will call methods on StartChannelRequest.Builder
to create a request.
Placeholder documentation for StartChannelRequestBadRequestException
- This request was invalid.InternalServerErrorException
- Unexpected internal service error.ForbiddenException
- You do not have permission to start the channel.BadGatewayException
- Bad Gateway ErrorNotFoundException
- The channel you're requesting to start does not exist.GatewayTimeoutException
- Gateway Timeout ErrorTooManyRequestsException
- Request limit exceeded on start channel calls to channel service.ConflictException
- The channel is unable to start due to an issue with channel resources.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.MediaLiveException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default StopChannelResponse stopChannel(StopChannelRequest stopChannelRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, BadGatewayException, NotFoundException, GatewayTimeoutException, TooManyRequestsException, ConflictException, AwsServiceException, SdkClientException, MediaLiveException
stopChannelRequest
- Placeholder documentation for StopChannelRequestBadRequestException
- This request was invalid.InternalServerErrorException
- Unexpected internal service error.ForbiddenException
- You do not have permission to stop the channel.BadGatewayException
- Bad Gateway ErrorNotFoundException
- The channel you're requesting to stop does not exist.GatewayTimeoutException
- Gateway Timeout ErrorTooManyRequestsException
- Request limit exceeded on stop channel calls to channel service.ConflictException
- The channel is unable to stop due to an issue with channel resources.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.MediaLiveException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default StopChannelResponse stopChannel(Consumer<StopChannelRequest.Builder> stopChannelRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, BadGatewayException, NotFoundException, GatewayTimeoutException, TooManyRequestsException, ConflictException, AwsServiceException, SdkClientException, MediaLiveException
This is a convenience which creates an instance of the StopChannelRequest.Builder
avoiding the need to
create one manually via StopChannelRequest.builder()
stopChannelRequest
- A Consumer
that will call methods on StopChannelRequest.Builder
to create a request.
Placeholder documentation for StopChannelRequestBadRequestException
- This request was invalid.InternalServerErrorException
- Unexpected internal service error.ForbiddenException
- You do not have permission to stop the channel.BadGatewayException
- Bad Gateway ErrorNotFoundException
- The channel you're requesting to stop does not exist.GatewayTimeoutException
- Gateway Timeout ErrorTooManyRequestsException
- Request limit exceeded on stop channel calls to channel service.ConflictException
- The channel is unable to stop due to an issue with channel resources.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.MediaLiveException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default UpdateChannelResponse updateChannel(UpdateChannelRequest updateChannelRequest) throws BadRequestException, UnprocessableEntityException, InternalServerErrorException, ForbiddenException, BadGatewayException, GatewayTimeoutException, ConflictException, AwsServiceException, SdkClientException, MediaLiveException
updateChannelRequest
- A request to update a channel.BadRequestException
- This request was invalid.UnprocessableEntityException
- The channel configuration failed validation and could not be updated.InternalServerErrorException
- Unexpected internal service error.ForbiddenException
- You do not have permission to update the channel.BadGatewayException
- Bad Gateway ErrorGatewayTimeoutException
- Gateway Timeout ErrorConflictException
- The channel is unable to update due to an issue with channel resources.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.MediaLiveException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default UpdateChannelResponse updateChannel(Consumer<UpdateChannelRequest.Builder> updateChannelRequest) throws BadRequestException, UnprocessableEntityException, InternalServerErrorException, ForbiddenException, BadGatewayException, GatewayTimeoutException, ConflictException, AwsServiceException, SdkClientException, MediaLiveException
This is a convenience which creates an instance of the UpdateChannelRequest.Builder
avoiding the need to
create one manually via UpdateChannelRequest.builder()
updateChannelRequest
- A Consumer
that will call methods on UpdateChannelRequest.Builder
to create a request. A
request to update a channel.BadRequestException
- This request was invalid.UnprocessableEntityException
- The channel configuration failed validation and could not be updated.InternalServerErrorException
- Unexpected internal service error.ForbiddenException
- You do not have permission to update the channel.BadGatewayException
- Bad Gateway ErrorGatewayTimeoutException
- Gateway Timeout ErrorConflictException
- The channel is unable to update due to an issue with channel resources.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.MediaLiveException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default UpdateInputResponse updateInput(UpdateInputRequest updateInputRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, BadGatewayException, NotFoundException, GatewayTimeoutException, ConflictException, AwsServiceException, SdkClientException, MediaLiveException
updateInputRequest
- A request to update an input.BadRequestException
- This request to update the input was invalid.InternalServerErrorException
- Internal Service ErrorForbiddenException
- The requester does not have permission to update an input.BadGatewayException
- Bad Gateway ErrorNotFoundException
- The input was not found.GatewayTimeoutException
- Gateway Timeout ErrorConflictException
- The input was unable to be updated at this time due to an issue with input resources.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.MediaLiveException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default UpdateInputResponse updateInput(Consumer<UpdateInputRequest.Builder> updateInputRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, BadGatewayException, NotFoundException, GatewayTimeoutException, ConflictException, AwsServiceException, SdkClientException, MediaLiveException
This is a convenience which creates an instance of the UpdateInputRequest.Builder
avoiding the need to
create one manually via UpdateInputRequest.builder()
updateInputRequest
- A Consumer
that will call methods on UpdateInputRequest.Builder
to create a request. A
request to update an input.BadRequestException
- This request to update the input was invalid.InternalServerErrorException
- Internal Service ErrorForbiddenException
- The requester does not have permission to update an input.BadGatewayException
- Bad Gateway ErrorNotFoundException
- The input was not found.GatewayTimeoutException
- Gateway Timeout ErrorConflictException
- The input was unable to be updated at this time due to an issue with input resources.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.MediaLiveException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default UpdateInputSecurityGroupResponse updateInputSecurityGroup(UpdateInputSecurityGroupRequest updateInputSecurityGroupRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, BadGatewayException, NotFoundException, GatewayTimeoutException, ConflictException, AwsServiceException, SdkClientException, MediaLiveException
updateInputSecurityGroupRequest
- The request to update some combination of the Input Security Group name and the IPv4 CIDRs the Input
Security Group should allow.BadRequestException
- The request to update the Input Security Group was invalidInternalServerErrorException
- Internal Server ErrorForbiddenException
- The requester does not have permission to update an Input Security GroupBadGatewayException
- Bad Gateway ErrorNotFoundException
- The Input Security Group was not found.GatewayTimeoutException
- Gateway Timeout ErrorConflictException
- The Input Security Group was unable to be updated due to an issue with input security group resources.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.MediaLiveException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default UpdateInputSecurityGroupResponse updateInputSecurityGroup(Consumer<UpdateInputSecurityGroupRequest.Builder> updateInputSecurityGroupRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, BadGatewayException, NotFoundException, GatewayTimeoutException, ConflictException, AwsServiceException, SdkClientException, MediaLiveException
This is a convenience which creates an instance of the UpdateInputSecurityGroupRequest.Builder
avoiding
the need to create one manually via UpdateInputSecurityGroupRequest.builder()
updateInputSecurityGroupRequest
- A Consumer
that will call methods on UpdateInputSecurityGroupRequest.Builder
to create a
request. The request to update some combination of the Input Security Group name and the IPv4 CIDRs the
Input Security Group should allow.BadRequestException
- The request to update the Input Security Group was invalidInternalServerErrorException
- Internal Server ErrorForbiddenException
- The requester does not have permission to update an Input Security GroupBadGatewayException
- Bad Gateway ErrorNotFoundException
- The Input Security Group was not found.GatewayTimeoutException
- Gateway Timeout ErrorConflictException
- The Input Security Group was unable to be updated due to an issue with input security group resources.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.MediaLiveException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
static ServiceMetadata serviceMetadata()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.