Uses of Interface
software.amazon.awssdk.services.sns.model.PlatformApplication.Builder
-
Packages that use PlatformApplication.Builder Package Description software.amazon.awssdk.services.sns.model -
-
Uses of PlatformApplication.Builder in software.amazon.awssdk.services.sns.model
Methods in software.amazon.awssdk.services.sns.model that return PlatformApplication.Builder Modifier and Type Method Description PlatformApplication.BuilderPlatformApplication.Builder. attributes(Map<String,String> attributes)Attributes for platform application object.static PlatformApplication.BuilderPlatformApplication. builder()PlatformApplication.BuilderPlatformApplication.Builder. platformApplicationArn(String platformApplicationArn)PlatformApplicationArn for platform application object.PlatformApplication.BuilderPlatformApplication. toBuilder()Methods in software.amazon.awssdk.services.sns.model that return types with arguments of type PlatformApplication.Builder Modifier and Type Method Description static Class<? extends PlatformApplication.Builder>PlatformApplication. serializableBuilderClass()
-