Uses of Interface
software.amazon.awssdk.services.opensearchserverless.model.UpdateCollectionResponse.Builder
-
Packages that use UpdateCollectionResponse.Builder Package Description software.amazon.awssdk.services.opensearchserverless.model -
-
Uses of UpdateCollectionResponse.Builder in software.amazon.awssdk.services.opensearchserverless.model
Methods in software.amazon.awssdk.services.opensearchserverless.model that return UpdateCollectionResponse.Builder Modifier and Type Method Description static UpdateCollectionResponse.BuilderUpdateCollectionResponse. builder()UpdateCollectionResponse.BuilderUpdateCollectionResponse. toBuilder()default UpdateCollectionResponse.BuilderUpdateCollectionResponse.Builder. updateCollectionDetail(Consumer<UpdateCollectionDetail.Builder> updateCollectionDetail)Details about the updated collection.UpdateCollectionResponse.BuilderUpdateCollectionResponse.Builder. updateCollectionDetail(UpdateCollectionDetail updateCollectionDetail)Details about the updated collection.Methods in software.amazon.awssdk.services.opensearchserverless.model that return types with arguments of type UpdateCollectionResponse.Builder Modifier and Type Method Description static Class<? extends UpdateCollectionResponse.Builder>UpdateCollectionResponse. serializableBuilderClass()
-