Uses of Interface
software.amazon.awssdk.services.codeguruprofiler.model.GetProfileResponse.Builder
-
Packages that use GetProfileResponse.Builder Package Description software.amazon.awssdk.services.codeguruprofiler.model -
-
Uses of GetProfileResponse.Builder in software.amazon.awssdk.services.codeguruprofiler.model
Methods in software.amazon.awssdk.services.codeguruprofiler.model that return GetProfileResponse.Builder Modifier and Type Method Description static GetProfileResponse.BuilderGetProfileResponse. builder()GetProfileResponse.BuilderGetProfileResponse.Builder. contentEncoding(String contentEncoding)The content encoding of the profile.GetProfileResponse.BuilderGetProfileResponse.Builder. contentType(String contentType)The content type of the profile in the payload.GetProfileResponse.BuilderGetProfileResponse.Builder. profile(SdkBytes profile)Information about the profile.GetProfileResponse.BuilderGetProfileResponse. toBuilder()Methods in software.amazon.awssdk.services.codeguruprofiler.model that return types with arguments of type GetProfileResponse.Builder Modifier and Type Method Description static Class<? extends GetProfileResponse.Builder>GetProfileResponse. serializableBuilderClass()
-