Uses of Class
software.amazon.awssdk.services.cleanrooms.model.CreateIdNamespaceAssociationResponse
-
Packages that use CreateIdNamespaceAssociationResponse Package Description software.amazon.awssdk.services.cleanrooms Welcome to the Clean Rooms API Reference. -
-
Uses of CreateIdNamespaceAssociationResponse in software.amazon.awssdk.services.cleanrooms
Methods in software.amazon.awssdk.services.cleanrooms that return CreateIdNamespaceAssociationResponse Modifier and Type Method Description default CreateIdNamespaceAssociationResponseCleanRoomsClient. createIdNamespaceAssociation(Consumer<CreateIdNamespaceAssociationRequest.Builder> createIdNamespaceAssociationRequest)Creates an ID namespace association.default CreateIdNamespaceAssociationResponseCleanRoomsClient. createIdNamespaceAssociation(CreateIdNamespaceAssociationRequest createIdNamespaceAssociationRequest)Creates an ID namespace association.Methods in software.amazon.awssdk.services.cleanrooms that return types with arguments of type CreateIdNamespaceAssociationResponse Modifier and Type Method Description default CompletableFuture<CreateIdNamespaceAssociationResponse>CleanRoomsAsyncClient. createIdNamespaceAssociation(Consumer<CreateIdNamespaceAssociationRequest.Builder> createIdNamespaceAssociationRequest)Creates an ID namespace association.default CompletableFuture<CreateIdNamespaceAssociationResponse>CleanRoomsAsyncClient. createIdNamespaceAssociation(CreateIdNamespaceAssociationRequest createIdNamespaceAssociationRequest)Creates an ID namespace association.
-