Uses of Interface
software.amazon.awssdk.services.emr.model.ListBootstrapActionsRequest.Builder
-
Packages that use ListBootstrapActionsRequest.Builder Package Description software.amazon.awssdk.services.emr Amazon EMR is a web service that makes it easier to process large amounts of data efficiently.software.amazon.awssdk.services.emr.model -
-
Uses of ListBootstrapActionsRequest.Builder in software.amazon.awssdk.services.emr
Method parameters in software.amazon.awssdk.services.emr with type arguments of type ListBootstrapActionsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListBootstrapActionsResponse>EmrAsyncClient. listBootstrapActions(Consumer<ListBootstrapActionsRequest.Builder> listBootstrapActionsRequest)Provides information about the bootstrap actions associated with a cluster.default ListBootstrapActionsResponseEmrClient. listBootstrapActions(Consumer<ListBootstrapActionsRequest.Builder> listBootstrapActionsRequest)Provides information about the bootstrap actions associated with a cluster.default ListBootstrapActionsPublisherEmrAsyncClient. listBootstrapActionsPaginator(Consumer<ListBootstrapActionsRequest.Builder> listBootstrapActionsRequest)Provides information about the bootstrap actions associated with a cluster.default ListBootstrapActionsIterableEmrClient. listBootstrapActionsPaginator(Consumer<ListBootstrapActionsRequest.Builder> listBootstrapActionsRequest)Provides information about the bootstrap actions associated with a cluster. -
Uses of ListBootstrapActionsRequest.Builder in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.model that return ListBootstrapActionsRequest.Builder Modifier and Type Method Description static ListBootstrapActionsRequest.BuilderListBootstrapActionsRequest. builder()ListBootstrapActionsRequest.BuilderListBootstrapActionsRequest.Builder. clusterId(String clusterId)The cluster identifier for the bootstrap actions to list.ListBootstrapActionsRequest.BuilderListBootstrapActionsRequest.Builder. marker(String marker)The pagination token that indicates the next set of results to retrieve.ListBootstrapActionsRequest.BuilderListBootstrapActionsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListBootstrapActionsRequest.BuilderListBootstrapActionsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListBootstrapActionsRequest.BuilderListBootstrapActionsRequest. toBuilder()Methods in software.amazon.awssdk.services.emr.model that return types with arguments of type ListBootstrapActionsRequest.Builder Modifier and Type Method Description static Class<? extends ListBootstrapActionsRequest.Builder>ListBootstrapActionsRequest. serializableBuilderClass()
-