Uses of Class
software.amazon.awssdk.services.cleanrooms.model.GetIdNamespaceAssociationResponse
-
Packages that use GetIdNamespaceAssociationResponse Package Description software.amazon.awssdk.services.cleanrooms Welcome to the Clean Rooms API Reference. -
-
Uses of GetIdNamespaceAssociationResponse in software.amazon.awssdk.services.cleanrooms
Methods in software.amazon.awssdk.services.cleanrooms that return GetIdNamespaceAssociationResponse Modifier and Type Method Description default GetIdNamespaceAssociationResponseCleanRoomsClient. getIdNamespaceAssociation(Consumer<GetIdNamespaceAssociationRequest.Builder> getIdNamespaceAssociationRequest)Retrieves an ID namespace association.default GetIdNamespaceAssociationResponseCleanRoomsClient. getIdNamespaceAssociation(GetIdNamespaceAssociationRequest getIdNamespaceAssociationRequest)Retrieves an ID namespace association.Methods in software.amazon.awssdk.services.cleanrooms that return types with arguments of type GetIdNamespaceAssociationResponse Modifier and Type Method Description default CompletableFuture<GetIdNamespaceAssociationResponse>CleanRoomsAsyncClient. getIdNamespaceAssociation(Consumer<GetIdNamespaceAssociationRequest.Builder> getIdNamespaceAssociationRequest)Retrieves an ID namespace association.default CompletableFuture<GetIdNamespaceAssociationResponse>CleanRoomsAsyncClient. getIdNamespaceAssociation(GetIdNamespaceAssociationRequest getIdNamespaceAssociationRequest)Retrieves an ID namespace association.
-