Uses of Class
software.amazon.awssdk.services.cleanrooms.model.UpdateIdNamespaceAssociationResponse
-
Packages that use UpdateIdNamespaceAssociationResponse Package Description software.amazon.awssdk.services.cleanrooms Welcome to the Clean Rooms API Reference. -
-
Uses of UpdateIdNamespaceAssociationResponse in software.amazon.awssdk.services.cleanrooms
Methods in software.amazon.awssdk.services.cleanrooms that return UpdateIdNamespaceAssociationResponse Modifier and Type Method Description default UpdateIdNamespaceAssociationResponseCleanRoomsClient. updateIdNamespaceAssociation(Consumer<UpdateIdNamespaceAssociationRequest.Builder> updateIdNamespaceAssociationRequest)Provides the details that are necessary to update an ID namespace association.default UpdateIdNamespaceAssociationResponseCleanRoomsClient. updateIdNamespaceAssociation(UpdateIdNamespaceAssociationRequest updateIdNamespaceAssociationRequest)Provides the details that are necessary to update an ID namespace association.Methods in software.amazon.awssdk.services.cleanrooms that return types with arguments of type UpdateIdNamespaceAssociationResponse Modifier and Type Method Description default CompletableFuture<UpdateIdNamespaceAssociationResponse>CleanRoomsAsyncClient. updateIdNamespaceAssociation(Consumer<UpdateIdNamespaceAssociationRequest.Builder> updateIdNamespaceAssociationRequest)Provides the details that are necessary to update an ID namespace association.default CompletableFuture<UpdateIdNamespaceAssociationResponse>CleanRoomsAsyncClient. updateIdNamespaceAssociation(UpdateIdNamespaceAssociationRequest updateIdNamespaceAssociationRequest)Provides the details that are necessary to update an ID namespace association.
-