Uses of Interface
software.amazon.awssdk.services.resourceexplorer2.model.GetIndexRequest.Builder
-
Packages that use GetIndexRequest.Builder Package Description software.amazon.awssdk.services.resourceexplorer2 Amazon Web Services Resource Explorer is a resource search and discovery service.software.amazon.awssdk.services.resourceexplorer2.model -
-
Uses of GetIndexRequest.Builder in software.amazon.awssdk.services.resourceexplorer2
Method parameters in software.amazon.awssdk.services.resourceexplorer2 with type arguments of type GetIndexRequest.Builder Modifier and Type Method Description default CompletableFuture<GetIndexResponse>ResourceExplorer2AsyncClient. getIndex(Consumer<GetIndexRequest.Builder> getIndexRequest)Retrieves details about the Amazon Web Services Resource Explorer index in the Amazon Web Services Region in which you invoked the operation.default GetIndexResponseResourceExplorer2Client. getIndex(Consumer<GetIndexRequest.Builder> getIndexRequest)Retrieves details about the Amazon Web Services Resource Explorer index in the Amazon Web Services Region in which you invoked the operation. -
Uses of GetIndexRequest.Builder in software.amazon.awssdk.services.resourceexplorer2.model
Methods in software.amazon.awssdk.services.resourceexplorer2.model that return GetIndexRequest.Builder Modifier and Type Method Description static GetIndexRequest.BuilderGetIndexRequest. builder()GetIndexRequest.BuilderGetIndexRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetIndexRequest.BuilderGetIndexRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetIndexRequest.BuilderGetIndexRequest. toBuilder()Methods in software.amazon.awssdk.services.resourceexplorer2.model that return types with arguments of type GetIndexRequest.Builder Modifier and Type Method Description static Class<? extends GetIndexRequest.Builder>GetIndexRequest. serializableBuilderClass()
-