Uses of Class
software.amazon.awssdk.services.datazone.model.GetProjectProfileResponse
-
Packages that use GetProjectProfileResponse Package Description software.amazon.awssdk.services.datazone Amazon DataZone is a data management service that enables you to catalog, discover, govern, share, and analyze your data. -
-
Uses of GetProjectProfileResponse in software.amazon.awssdk.services.datazone
Methods in software.amazon.awssdk.services.datazone that return GetProjectProfileResponse Modifier and Type Method Description default GetProjectProfileResponseDataZoneClient. getProjectProfile(Consumer<GetProjectProfileRequest.Builder> getProjectProfileRequest)The details of the project profile.default GetProjectProfileResponseDataZoneClient. getProjectProfile(GetProjectProfileRequest getProjectProfileRequest)The details of the project profile.Methods in software.amazon.awssdk.services.datazone that return types with arguments of type GetProjectProfileResponse Modifier and Type Method Description default CompletableFuture<GetProjectProfileResponse>DataZoneAsyncClient. getProjectProfile(Consumer<GetProjectProfileRequest.Builder> getProjectProfileRequest)The details of the project profile.default CompletableFuture<GetProjectProfileResponse>DataZoneAsyncClient. getProjectProfile(GetProjectProfileRequest getProjectProfileRequest)The details of the project profile.
-