Uses of Interface
software.amazon.awssdk.services.medialive.model.ListInputDevicesRequest.Builder
-
Packages that use ListInputDevicesRequest.Builder Package Description software.amazon.awssdk.services.medialive API for AWS Elemental MediaLivesoftware.amazon.awssdk.services.medialive.model -
-
Uses of ListInputDevicesRequest.Builder in software.amazon.awssdk.services.medialive
-
Uses of ListInputDevicesRequest.Builder in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return ListInputDevicesRequest.Builder Modifier and Type Method Description static ListInputDevicesRequest.BuilderListInputDevicesRequest. builder()ListInputDevicesRequest.BuilderListInputDevicesRequest.Builder. maxResults(Integer maxResults)Sets the value of the MaxResults property for this object.ListInputDevicesRequest.BuilderListInputDevicesRequest.Builder. nextToken(String nextToken)Sets the value of the NextToken property for this object.ListInputDevicesRequest.BuilderListInputDevicesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListInputDevicesRequest.BuilderListInputDevicesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListInputDevicesRequest.BuilderListInputDevicesRequest. toBuilder()Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type ListInputDevicesRequest.Builder Modifier and Type Method Description static Class<? extends ListInputDevicesRequest.Builder>ListInputDevicesRequest. serializableBuilderClass()
-