Uses of Interface
software.amazon.awssdk.services.resourceexplorer2.model.UpdateIndexTypeRequest.Builder
-
Packages that use UpdateIndexTypeRequest.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 UpdateIndexTypeRequest.Builder in software.amazon.awssdk.services.resourceexplorer2
Method parameters in software.amazon.awssdk.services.resourceexplorer2 with type arguments of type UpdateIndexTypeRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateIndexTypeResponse>ResourceExplorer2AsyncClient. updateIndexType(Consumer<UpdateIndexTypeRequest.Builder> updateIndexTypeRequest)Changes the type of the index from one of the following types to the other.default UpdateIndexTypeResponseResourceExplorer2Client. updateIndexType(Consumer<UpdateIndexTypeRequest.Builder> updateIndexTypeRequest)Changes the type of the index from one of the following types to the other. -
Uses of UpdateIndexTypeRequest.Builder in software.amazon.awssdk.services.resourceexplorer2.model
Methods in software.amazon.awssdk.services.resourceexplorer2.model that return UpdateIndexTypeRequest.Builder Modifier and Type Method Description UpdateIndexTypeRequest.BuilderUpdateIndexTypeRequest.Builder. arn(String arn)The Amazon resource name (ARN) of the index that you want to update.static UpdateIndexTypeRequest.BuilderUpdateIndexTypeRequest. builder()UpdateIndexTypeRequest.BuilderUpdateIndexTypeRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateIndexTypeRequest.BuilderUpdateIndexTypeRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateIndexTypeRequest.BuilderUpdateIndexTypeRequest. toBuilder()UpdateIndexTypeRequest.BuilderUpdateIndexTypeRequest.Builder. type(String type)The type of the index.UpdateIndexTypeRequest.BuilderUpdateIndexTypeRequest.Builder. type(IndexType type)The type of the index.Methods in software.amazon.awssdk.services.resourceexplorer2.model that return types with arguments of type UpdateIndexTypeRequest.Builder Modifier and Type Method Description static Class<? extends UpdateIndexTypeRequest.Builder>UpdateIndexTypeRequest. serializableBuilderClass()
-