Uses of Interface
software.amazon.awssdk.services.ssmsap.model.GetApplicationResponse.Builder
-
Packages that use GetApplicationResponse.Builder Package Description software.amazon.awssdk.services.ssmsap.model -
-
Uses of GetApplicationResponse.Builder in software.amazon.awssdk.services.ssmsap.model
Methods in software.amazon.awssdk.services.ssmsap.model that return GetApplicationResponse.Builder Modifier and Type Method Description default GetApplicationResponse.BuilderGetApplicationResponse.Builder. application(Consumer<Application.Builder> application)Returns all of the metadata of an application registered with AWS Systems Manager for SAP.GetApplicationResponse.BuilderGetApplicationResponse.Builder. application(Application application)Returns all of the metadata of an application registered with AWS Systems Manager for SAP.static GetApplicationResponse.BuilderGetApplicationResponse. builder()GetApplicationResponse.BuilderGetApplicationResponse.Builder. tags(Map<String,String> tags)The tags of a registered application.GetApplicationResponse.BuilderGetApplicationResponse. toBuilder()Methods in software.amazon.awssdk.services.ssmsap.model that return types with arguments of type GetApplicationResponse.Builder Modifier and Type Method Description static Class<? extends GetApplicationResponse.Builder>GetApplicationResponse. serializableBuilderClass()
-